xSQL Schema Compare SDK for SQL Server version 12
AddRange Method (PairCollectionBase<TPair,TItem>)


The collection whose elements should be added to this collection.
Adds the elements of the specified collection to this collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As PairCollectionBase(Of TPair,TItem) _
) 
public void AddRange( 
   PairCollectionBase<TPair,TItem> collection
)
public: void AddRange( 
   PairCollectionBase<TPair*,TItem*>* collection
) 

Parameters

collection
The collection whose elements should be added to this collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe collection parameter is null.
Remarks
Only the missing elements are added to the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PairCollectionBase<TPair,TItem> Class
PairCollectionBase<TPair,TItem> Members

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback